Skip to content

add Italian translation of docs#2405

Open
garak wants to merge 1 commit into
php:mainfrom
garak:docs-it
Open

add Italian translation of docs#2405
garak wants to merge 1 commit into
php:mainfrom
garak:docs-it

Conversation

@garak
Copy link
Copy Markdown
Member

@garak garak commented May 12, 2026

Fix #2400

Copilot AI review requested due to automatic review settings May 12, 2026 16:34
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds an Italian translation set for FrankenPHP documentation under docs/it/, addressing #2400.

Changes:

  • Added Italian versions of the main docs pages (usage, config, Docker, worker mode, Symfony/Laravel integration, etc.).
  • Added translated contribution guidelines and extension/extension-worker documentation.
  • Added translated “index” README for Italian docs.

Reviewed changes

Copilot reviewed 22 out of 22 changed files in this pull request and generated 21 comments.

Show a summary per file
File Description
docs/it/README.md Italian landing page for the docs set (contains some relative links).
docs/it/classic.md Italian translation of classic mode docs.
docs/it/worker.md Italian translation of worker mode docs (includes cross-links).
docs/it/config.md Italian translation of configuration docs (includes anchors/build-tag references).
docs/it/docker.md Italian translation of Docker image/build docs.
docs/it/production.md Italian translation of production deployment guide.
docs/it/performance.md Italian translation of performance tuning guide.
docs/it/metrics.md Italian translation of metrics page.
docs/it/mercure.md Italian translation of Mercure/real-time guide.
docs/it/hot-reload.md Italian translation of hot reload guide.
docs/it/x-sendfile.md Italian translation of X-Sendfile / X-Accel-Redirect guide.
docs/it/symfony.md Italian translation of Symfony integration docs (includes X-Sendfile section).
docs/it/laravel.md Italian translation of Laravel integration docs.
docs/it/embed.md Italian translation of embedding/standalone binaries guide.
docs/it/static.md Italian translation of static build guide.
docs/it/compile.md Italian translation of “compile from sources” guide (mentions build tags).
docs/it/known-issues.md Italian translation of known issues.
docs/it/github-actions.md Italian translation of GitHub Actions docs.
docs/it/extensions.md Italian translation of Go extensions guide (large doc).
docs/it/extension-workers.md Italian translation of extension workers guide (code samples).
docs/it/early-hints.md Italian translation of Early Hints page.
docs/it/CONTRIBUTING.md Italian translation of contributing/debugging guide.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread docs/it/symfony.md Outdated
Comment thread docs/it/x-sendfile.md Outdated
Comment thread docs/it/x-sendfile.md Outdated
Comment thread docs/it/x-sendfile.md Outdated
Comment thread docs/it/hot-reload.md Outdated
Comment thread docs/it/laravel.md Outdated
Comment thread docs/it/production.md Outdated
Comment thread docs/it/extensions.md Outdated
Comment thread docs/it/extensions.md Outdated
Comment thread docs/it/extension-workers.md
Copilot AI review requested due to automatic review settings May 18, 2026 16:30
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 22 out of 22 changed files in this pull request and generated 25 comments.

Comment thread docs/it/symfony.md Outdated
Comment thread docs/it/symfony.md Outdated
Comment thread docs/it/embed.md Outdated
Comment thread docs/it/embed.md Outdated
Comment thread docs/it/embed.md Outdated
Comment thread docs/it/extension-workers.md Outdated
Comment thread docs/it/CONTRIBUTING.md Outdated
Comment thread docs/it/CONTRIBUTING.md Outdated
Comment thread docs/it/x-sendfile.md Outdated
Comment thread docs/it/README.md Outdated
@garak
Copy link
Copy Markdown
Member Author

garak commented May 18, 2026

There's a failing check, but it seems to me it's failing for something I can't control.
Let me know if I need to take action about it.

Copilot AI review requested due to automatic review settings May 18, 2026 17:00
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 22 out of 22 changed files in this pull request and generated 6 comments.

Comment thread docs/it/CONTRIBUTING.md Outdated
Comment thread docs/it/worker.md Outdated
Comment thread docs/it/extensions.md Outdated
Comment thread docs/it/symfony.md Outdated
Comment thread docs/it/extension-workers.md
Comment thread docs/it/config.md Outdated
@AlliBalliBaba
Copy link
Copy Markdown
Contributor

AlliBalliBaba commented May 18, 2026

Can you also add Italian here to keep the docs automatically up-to-date with changes (crappy LLM translations are better than no translations)

Otherwise looking good 👍 . You can just ignore the gitleaks linting error and fix the others.

@garak
Copy link
Copy Markdown
Member Author

garak commented May 19, 2026

Can you also add Italian here to keep the docs automatically up-to-date with changes (crappy LLM translations are better than no translations)

Ah, that's not mentioned in CONTRIBUTING file. Probably to be handled in a different PR. Meanwhile, I updated the translate.php file

Copilot AI review requested due to automatic review settings May 19, 2026 07:22
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 23 out of 23 changed files in this pull request and generated 7 comments.

Comment thread docs/it/README.md Outdated
@@ -0,0 +1,192 @@
# FrankenPHP: App Server moderno per PHP

<h1 align="center"><a href="https://frankenphp.dev"><img src="/frankenphp.png" alt="FrankenPHP" width="600"></a></h1>
Comment thread docs/it/embed.md Outdated
Comment thread docs/it/CONTRIBUTING.md Outdated
Comment thread docs/it/CONTRIBUTING.md Outdated
Comment thread docs/it/CONTRIBUTING.md Outdated
Comment thread docs/it/docker.md Outdated
Comment thread docs/it/metrics.md Outdated
Copilot AI review requested due to automatic review settings May 19, 2026 16:31
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 23 out of 23 changed files in this pull request and generated 4 comments.

Comments suppressed due to low confidence (1)

docs/it/production.md:111

  • L’immagine digitalocean-dns.png è nella cartella docs/, non in docs/it/. Con il percorso attuale il link risulta rotto; aggiornare il riferimento (es. ../digitalocean-dns.png).
Esempio con il servizio di domini di DigitalOcean ("Networking" > "Domains"):

![Configurazione DNS su DigitalOcean](digitalocean-dns.png)

Comment thread docs/it/hot-reload.md Outdated

FrankenPHP include una funzionalità di **ricarica a caldo** integrata, progettata per migliorare notevolmente l'esperienza degli sviluppatori.

![Ricarica a caldo](hot-reload.png)
Comment thread docs/it/mercure.md Outdated

È una comoda alternativa ai WebSocket, semplice da usare e supportata nativamente da tutti i browser Web moderni!

![Mercure](mercure-hub.png)
Comment on lines +160 to +161
func init() {
workerHandle = frankenphpCaddy.RegisterWorkers(
Comment thread docs/it/production.md
A scopo di test, saranno sufficienti i piani più economici.
Per un utilizzo in produzione reale, probabilmente è meglio scegliere un piano nella sezione "general purpose" adatto alle proprie esigenze.

![Deploy di FrankenPHP su DigitalOcean con Docker](digitalocean-droplet.png)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Proposal for Italian translation

3 participants